Aggregate flow over an arbitrary [start, end] window
Server-side aggregation across an arbitrary [startTime, endTime]
window — no row cap. Returns trade/sweep counts, VWF/SDF/FIR, and a
bullish/bearish/neutral premium split with a one-line interpretation.
Useful for arbitrary slicing without paging the full trade list.
Authorizations
Skylit API key in the Authorization header
(Authorization: Bearer fs_live_<key>). X-API-Key is also accepted.
Path Parameters
Underlying ticker symbol (uppercase, e.g. SPY, AAPL).
"SPY"
Query Parameters
Lower bound of the window. Accepts RFC 3339
(2026-05-27T13:30:00Z) or Unix seconds.
"2026-05-27T13:30:00Z"
Upper bound of the window (RFC 3339 or Unix seconds).
"2026-05-27T20:00:00Z"
call, put, all Exclude trades flagged as part of a multi-leg structure.
x >= 0x >= 0
